home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
4.swf
/
scripts
/
DefineButton2_18
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2003-04-02
|
130b
|
7 lines
on(press){
this.dragging = true;
this.start_mouse = _root._ymouse;
this.start_drag = this._y;
gotoAndStop(2);
}